menu
flutter_androssy package
documentation
views/text/view.dart
TextViewController
setTextFontWeight method
setTextFontWeight method
dark_mode
light_mode
setTextFontWeight
method
void
setTextFontWeight
(
FontWeight
?
value
)
Implementation
void setTextFontWeight(FontWeight? value) { onNotifyWithCallback(() => textFontWeight = value); }
flutter_androssy package
documentation
views/text/view
TextViewController
setTextFontWeight method
TextViewController class