SpannableGridStyle class

A set of options to style the SpannableGrid.

Constructors

SpannableGridStyle({Color backgroundColor = Colors.black12, double contentOpacity = 0.5, Decoration? selectedCellDecoration, double spacing = 2.0})
const

Properties

backgroundColor Color
A color of empty cells.
final
contentOpacity double
Used in the editing mode to make the grid structure visible.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedCellDecoration Decoration?
An additional decoration of the selected cell.
final
spacing double
Space between cells.
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