italic method
Returns a copy of this style with italic text enabled.
Implementation
TextComponentStyle italic() =>
copyWith(styles: {...styles, FontStyle.italic});
Returns a copy of this style with italic text enabled.
TextComponentStyle italic() =>
copyWith(styles: {...styles, FontStyle.italic});