GridSquare constructor
const
GridSquare({})
Implementation
const GridSquare({
required this.color,
required this.isFilled,
required this.categoryName,
required this.tokens,
required this.percentage,
required this.squareFullness,
});