color method

Widget color(
  1. Color color
)

Implementation

Widget color(Color color) {
  return style(TextStyle(color: color));
}