menu
tailwindcss_build package
documentation
text_builder.dart
TextBuilder
fontWeight method
fontWeight method
dark_mode
light_mode
fontWeight
method
TextBuilder
fontWeight
(
FontWeight
weight
)
Implementation
TextBuilder fontWeight(FontWeight weight) { _fontWeight = weight; return this; }
tailwindcss_build package
documentation
text_builder
TextBuilder
fontWeight method
TextBuilder class