bg method

TextStyle bg(
  1. Color c
)

Sets the background color.

Implementation

TextStyle bg(Color c) => copyWith(backgroundColor: c);