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