disabled property

TextStyle get disabled

Implementation

TextStyle get disabled => TextStyle(
  fontSize: 14.sp,
  fontWeight: FontWeight.normal,
  color: Theme.of(context).colorScheme.onPrimary.withAlpha(0x20),
);