emptyColor property

  1. @Deprecated('You should use the background color value of your container widget')
Color? emptyColor
final

The color of the non-squares (background).

Implementation

@Deprecated(
    'You should use the background color value of your container widget')
final Color? emptyColor;