withBackground method

TextStyle withBackground(
  1. Color color
)

Background color application

Implementation

TextStyle withBackground(Color color) => _copyWith(backgroundColor: color);