caption property

TextStyle get caption

Implementation

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