isResizable property
Whether this group can be manually resized.
Returns false for GroupBehavior.explicit since size is auto-computed.
Implementation
@override
bool get isResizable => behavior != GroupBehavior.explicit;
Whether this group can be manually resized.
Returns false for GroupBehavior.explicit since size is auto-computed.
@override
bool get isResizable => behavior != GroupBehavior.explicit;