bg method

VText bg(
  1. Color c
)

Sets background color.

Implementation

VText bg(Color c) => copyWithStyle(TextStyle(backgroundColor: c));