menu
mix_builder package
documentation
mix.dart
BoolUtility<T extends Attribute>
off method
off method
dark_mode
light_mode
off
method
T
off
(
)
Creates an
Attribute
instance with a value of
false
.
Implementation
T off() => builder(false);
mix_builder package
documentation
mix
BoolUtility<T extends Attribute>
off method
BoolUtility class