onToggleFill property

ValueChanged<bool>? onToggleFill
final

A callback function that is triggered when the fill mode is toggled.

The ValueChanged<bool> parameter provides the new fill mode state.

Implementation

final ValueChanged<bool>? onToggleFill;