update method

void update(
  1. void updater(
    1. GoalModifyDefinitionCardStyle style
    )
)

Implementation

void update(void Function(GoalModifyDefinitionCardStyle style) updater) {
  updater(this);
}