bg static method

TextStyle bg(
  1. Color color
)

Implementation

static TextStyle bg(Color color) => TextStyle(backgroundColor: color);