UikButtonBarProps class
- Inheritance
-
- Object
- WidgetProps
- UikButtonBarProps
- Annotations
Constructors
- UikButtonBarProps()
-
UikButtonBarProps.fromJson(Map<
String, dynamic> json) -
factory
Properties
- alignment ↔ WrapAlignment
-
getter/setter pair
-
children
↔ List<
Widget> ? -
getter/setter pair
- crossAxisAlignment ↔ WrapCrossAlignment
-
getter/setter pair
- direction ↔ Axis
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
getter/setter pair
- padding ↔ EdgeInsetsGeometry
-
getter/setter pair
- runAlignment ↔ WrapAlignment
-
getter/setter pair
- runSpacing ↔ double
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spacing ↔ double
-
getter/setter pair
- textDirection ↔ TextDirection?
-
getter/setter pair
- verticalDirection ↔ VerticalDirection
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited