GroupElement class

directionGroup : Direction of form (Vertical/Horizontal) sizeElements : size of each textElement of form When direction Horizontal,sum of values should be egal a 1 textElements : group of textElement. padding : padding of groups. decoration : decoration of container groups. backgroundColor : color of the container groups.

Constructors

GroupElement({required List<TextElement> textElements, required DirectionGroup directionGroup, EdgeInsets? padding, EdgeInsets? margin, BoxDecoration? decoration, DecorationElement? commonDecorationElements, Color backgroundColor = Colors.white, List<double> sizeElements = const []})

Properties

backgroundColor Color
final
commonDecorationElements DecorationElement?
final
decoration BoxDecoration?
final
directionGroup DirectionGroup
final
hashCode int
The hash code for this object.
no setterinherited
margin EdgeInsets?
final
padding EdgeInsets?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeElements List<double>
final
textElements List<TextElement>
final

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