menu
flame package
documentation
text.dart
DocumentStyle
getCustomStyle method
getCustomStyle method
dark_mode
light_mode
getCustomStyle
method
InlineTextStyle
?
getCustomStyle
(
String
className
)
Implementation
InlineTextStyle? getCustomStyle(String className) { return _customStyles?[className]; }
flame package
documentation
text
DocumentStyle
getCustomStyle method
DocumentStyle class