small property
TextStyle
get
small
Implementation
TextStyle get small =>
Theme.of(context).textTheme.subtitle1 ?? const TextStyle();
TextStyle get small =>
Theme.of(context).textTheme.subtitle1 ?? const TextStyle();