sans property
TextModifier
get
sans
Implementation
TextModifier get sans => WrappedText(
style: (context, theme) => theme.typography.sans,
child: this,
);
TextModifier get sans => WrappedText(
style: (context, theme) => theme.typography.sans,
child: this,
);