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