BeagleStyle class

Constructors

BeagleStyle({String? backgroundColor, String? borderColor, double? borderWidth, CornerRadius? cornerRadius, FlexDisplay? display, BeagleFlex? flex, EdgeValue? margin, EdgeValue? padding, EdgeValue? position, FlexPosition? positionType, BeagleSize? size, bool? isStack})
BeagleStyle.fromMap(Map<String, dynamic> map)

Properties

backgroundColor String?
getter/setter pair
borderColor String?
getter/setter pair
borderWidth double?
getter/setter pair
cornerRadius CornerRadius?
getter/setter pair
display FlexDisplay?
getter/setter pair
flex BeagleFlex?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isStack bool?
getter/setter pair
margin EdgeValue?
getter/setter pair
padding EdgeValue?
getter/setter pair
position EdgeValue?
getter/setter pair
positionType FlexPosition?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size BeagleSize?
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