coreValue property
Implementation
@visibleForTesting
RT_FontWeight get coreValue => switch (this) {
bold => RT_FontWeight.RT_FontWeight_bold,
normal => RT_FontWeight.RT_FontWeight_normal,
};
@visibleForTesting
RT_FontWeight get coreValue => switch (this) {
bold => RT_FontWeight.RT_FontWeight_bold,
normal => RT_FontWeight.RT_FontWeight_normal,
};