FlutterSpreadsheetUIColumn class

Constructors

FlutterSpreadsheetUIColumn({required FlutterSpreadsheetUICellBuilder cellBuilder, double? width, Alignment? contentAlignment, VoidCallback? onCellPressed, EdgeInsetsGeometry? padding, EdgeInsetsGeometry? margin})

Properties

cellBuilder → FlutterSpreadsheetUICellBuilder
final
columnIndex → int
no setter
contentAlignment → Alignment?
final
hashCode → int
The hash code for this object.
no setterinherited
margin → EdgeInsetsGeometry?
final
onCellPressed → VoidCallback?
final
padding → EdgeInsetsGeometry?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
width → double?
final

Methods

copyWith({double? width, Alignment? contentAlignment, FlutterSpreadsheetUICellBuilder? cellBuilder, VoidCallback? onCellPressed}) → FlutterSpreadsheetUIColumn
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setColumnIndex(int columnIndex) → void
toString() → String
A string representation of this object.
inherited
toWidget(BuildContext context, String cellId) → Widget?

Operators

operator ==(Object other) → bool
The equality operator.
inherited