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