ChalonaGridCell class

Inheritance

Constructors

ChalonaGridCell({Data? source, Widget? child, Decoration? decoration, double? width, Alignment? alignment, EdgeInsetsGeometry? padding, TextStyle? style})

Properties

alignment Alignment?
finalinherited
child Widget?
finalinherited
decoration Decoration?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
padding EdgeInsetsGeometry?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source Data?
final
style TextStyle?
finalinherited
width double?
getter/setter pairinherited

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