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