GridFloor constructor
GridFloor({})
Implementation
GridFloor({
this.size = 20,
this.divisions = 20,
this.color = const Color(0x30FFFFFF),
this.centerLineColor = const Color(0x60FFFFFF),
}) : super(name: 'grid_floor');