withColor method

FlutstrapGrid withColor(
  1. Color newColor
)

Implementation

FlutstrapGrid withColor(Color newColor) => copyWith(color: newColor);