withColor method

FlutstrapContainer withColor(
  1. Color newColor
)

Implementation

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