withBg method

Style withBg(
  1. Color c
)

Implementation

Style withBg(Color c) => copyWith(bg: c);