labelTextStyle static method
Implementation
static TextStyle labelTextStyle(DraftModeUIThemeData theme) {
return TextStyle(
color: theme.tertiaryColor.text,
fontSize: theme.rowLabelFontSize,
fontWeight: theme.rowLabelFontWeight,
);
}
static TextStyle labelTextStyle(DraftModeUIThemeData theme) {
return TextStyle(
color: theme.tertiaryColor.text,
fontSize: theme.rowLabelFontSize,
fontWeight: theme.rowLabelFontWeight,
);
}