ButtonBarLayoutBehavior enum
Used with ButtonTheme and ButtonThemeData to define how the button bar should size itself with either constraints or internal padding.
Constants
- 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 specification.
const ButtonBarLayoutBehavior(0)
- padded → const ButtonBarLayoutBehavior
-
Button bars will calculate their padding from the button theme padding.
const ButtonBarLayoutBehavior(1)
-
values
→ const List<
ButtonBarLayoutBehavior> -
A constant List of the values in this enum, in order of their declaration.
const List<
ButtonBarLayoutBehavior>
Properties
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited