withColor method

FlutstrapCol withColor(
  1. Color newColor
)

Implementation

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