menu
designflow_widgets package
documentation
data/models/widget_related/features/condition.dart
FCondition
and method
and method
dark_mode
light_mode
and
method
bool
and
(
bool
firstCondition
,
bool
secondCondition
)
Implementation
bool and(bool firstCondition, bool secondCondition) { return firstCondition && secondCondition; }
designflow_widgets package
documentation
data/models/widget_related/features/condition
FCondition
and method
FCondition class