ButtonBarLayoutBehavior enum
Used with ButtonTheme and ButtonThemeData to define how the button bar should size itself with either constraints or internal padding.
Values
- constrained → const ButtonBarLayoutBehavior
-
Button bars will be constrained to a minimum height of 52.
This setting is require to create button bars which conform to the Material Design specification.
- padded → const ButtonBarLayoutBehavior
-
Button bars will calculate their padding from the button theme padding.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ButtonBarLayoutBehavior> - A constant List of the values in this enum, in order of their declaration.