FlutterSpreadsheetUICell class

Constructors

FlutterSpreadsheetUICell({required FlutterSpreadsheetUICellBuilder? cellBuilder, VoidCallback? onCellPressed})

Properties

cellBuilder → FlutterSpreadsheetUICellBuilder?
final
cellId → String?
no setter
hashCode → int
The hash code for this object.
no setterinherited
onCellPressed → VoidCallback?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({VoidCallback? onCellPressed, FlutterSpreadsheetUICellBuilder? cellBuilder}) → FlutterSpreadsheetUICell
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setId(String? value) → void
toString() → String
A string representation of this object.
inherited
toWidget<T>(BuildContext context, String cellId) → Widget?

Operators

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