subtitle property

TextStyle get subtitle

Implementation

TextStyle get subtitle => TextStyle(
  // fontWeight: FontWeight.normal,
  color: Theme.of(context).colorScheme.onSurface.withAlpha(0x80),
);