ButtonBarLayoutBehavior enum Null safety
Used with ButtonTheme and ButtonThemeData to define how the button bar should size itself with either constraints or internal padding.
Constructors
- ButtonBarLayoutBehavior()
-
const
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.
ButtonBarLayoutBehavior()
- padded → const ButtonBarLayoutBehavior
-
Button bars will calculate their padding from the button theme padding.
ButtonBarLayoutBehavior()
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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.
[constrained, padded]