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