menu
tailwindcss_build package
documentation
container_builder.dart
ContainerBuilder
backgroundColor method
backgroundColor method
dark_mode
light_mode
backgroundColor
method
ContainerBuilder
backgroundColor
(
Color
color
)
Implementation
ContainerBuilder backgroundColor(Color color) { _backgroundColor = color; return this; }
tailwindcss_build package
documentation
container_builder
ContainerBuilder
backgroundColor method
ContainerBuilder class