p property
TextStyle
get
p
use this extension to get text style
example:
Text('data', style: context.p)
Implementation
TextStyle get p => const TextStyle(
fontSize: 14,
fontWeight: FontWeight.w400,
letterSpacing: 0.25,
);