isResizable property

  1. @override
bool get isResizable
override

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;