textStyle property

TextStyle textStyle
getter/setter pair

输入文本style

Implementation

static TextStyle textStyle = TextStyle(
  fontSize: 15,
  color: Colors.blue,
);