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