FreedomTableBodyCell class
Constructors
- FreedomTableBodyCell({int colspan = 1, int rowspan = 1, required Widget child, dynamic data})
Properties
- child ↔ Widget
-
child widget
getter/setter pair
- colspan → int
-
colspan
final
- data ↔ dynamic
-
passed data
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- rowspan → int
-
rowspan
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited