ForgeGridStyle class

Constructors

ForgeGridStyle({ForgeGridSize size = ForgeGridSize.contain, ForgeGridTextWrap headerWrap = ForgeGridTextWrap.noWrap, ForgeGridTextWrap textWrap = ForgeGridTextWrap.wrap, double bottomPadding = 0})

Properties

bottomPadding double
Adds a padding to the last row. If used to accomodate for a FloatingActionButton, 72 is the suggested size.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headerWrap ForgeGridTextWrap
If column titles (header) will wrap when space ends. Default: noWrap
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size ForgeGridSize
Size of the grid. Default: contain
getter/setter pair
textWrap ForgeGridTextWrap
If text inside rows will wrap when space ends. Default: wrap.
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