italic method

Widget italic()

Implementation

Widget italic() {
  return style(const TextStyle(fontStyle: FontStyle.italic));
}