menu
old_school package
documentation
old_school.dart
Cell
Cell.new constructor
Cell.new constructor
dark_mode
light_mode
Cell
constructor
Cell
(
{
required
int
row
,
required
int
column
,
String
character
=
' '
,
String
color
=
'white'
,
})
Implementation
Cell({ required this.row, required this.column, this.character = ' ', this.color = 'white', });
old_school package
documentation
old_school
Cell
Cell.new constructor
Cell class