captionLight property

TextStyle get captionLight

Implementation

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