menu
designflow_widgets package
documentation
data/models/widget_related/features/font_weight.dart
FFontWeight
toJson method
toJson method
dark_mode
light_mode
toJson
method
String
toJson
(
)
Returns a String with weight value
Implementation
String toJson() { return _convertValueToJson(weight); }
designflow_widgets package
documentation
data/models/widget_related/features/font_weight
FFontWeight
toJson method
FFontWeight class