FlutterSpreadsheetUIConfig class

Constructors

FlutterSpreadsheetUIConfig({double cellWidth = 110, double cellHeight = kMinInteractiveDimension, double? firstColumnWidth, double? headerHeight, double freezedColumnExtendedByWidth = 50, bool freezeFirstColumn = true, bool freezeFirstRow = true, bool enableColumnWidthDrag = false, bool enableRowHeightDrag = false, double borderWidth = 1.5, Color? borderColor, Color? selectionColor})
const

Properties

borderColor Color?
final
borderWidth double
final
cellHeight double
final
cellWidth double
final
enableColumnWidthDrag bool
final
enableRowHeightDrag bool
final
firstColumnWidth double?
final
freezedColumnExtendedByWidth double
final
freezeFirstColumn bool
final
freezeFirstRow bool
final
hashCode int
The hash code for this object.
no setterinherited
headerHeight double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionColor Color?
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