captionLight property
Implementation
TextStyle get captionLight => TextStyle(
fontSize: 12.sp,
fontWeight: FontWeight.normal,
color: Theme.of(context).colorScheme.onPrimary.withAlpha(0x50),
);
TextStyle get captionLight => TextStyle(
fontSize: 12.sp,
fontWeight: FontWeight.normal,
color: Theme.of(context).colorScheme.onPrimary.withAlpha(0x50),
);