menu
hubble_main package
documentation
goal/widgets/goal_modify_definition.dart
GoalModifyDefinitionCardStyle
update method
update method
dark_mode
light_mode
update
method
void
update
(
void
updater
(
GoalModifyDefinitionCardStyle
style
)
)
Implementation
void update(void Function(GoalModifyDefinitionCardStyle style) updater) { updater(this); }
hubble_main package
documentation
goal/widgets/goal_modify_definition
GoalModifyDefinitionCardStyle
update method
GoalModifyDefinitionCardStyle class