subtitle2 property

TextStyle? subtitle2

shortcut for Theme.of(context).textTheme.subtitle2

Implementation

TextStyle? get subtitle2 => textTheme.subtitle2;