white constant

TextStyle const white

Implementation

static const white = TextStyle(
  color: Colors.white,
);