textStyle property

Implementation

MaterialStateProperty<TextStyle?> get textStyle {
  return MaterialStateProperty.resolveWith((states) {
    return TextStyle(fontSize: _size.fontSize);
  });
}