BeagleFlex class

Constructors

BeagleFlex({AlignContent? alignContent, AlignItems? alignItems, AlignSelf? alignSelf, UnitValue? basis, num? flex, FlexDirection? flexDirection, FlexWrap? flexWrap, num? grow, JustifyContent? justifyContent, num? shrink})
BeagleFlex.fromMap(Map<String, dynamic> map)

Properties

alignContent AlignContent?
getter/setter pair
alignItems AlignItems?
getter/setter pair
alignSelf AlignSelf?
getter/setter pair
basis UnitValue?
getter/setter pair
flex num?
getter/setter pair
flexDirection FlexDirection?
getter/setter pair
flexWrap FlexWrap?
getter/setter pair
grow num?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
justifyContent JustifyContent?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shrink num?
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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited