menu
volvoxgrid package
documentation
volvoxgrid_controller.dart
CellTextEntry
CellTextEntry.new const constructor
CellTextEntry.new const constructor
dark_mode
light_mode
CellTextEntry
constructor
const
CellTextEntry
(
{
required
int
row
,
required
int
col
,
required
String
text
,
})
Implementation
const CellTextEntry({ required this.row, required this.col, required this.text, });
volvoxgrid package
documentation
volvoxgrid_controller
CellTextEntry
CellTextEntry.new const constructor
CellTextEntry class