iconX2Small method

Widget iconX2Small()

Implementation

Widget iconX2Small() {
  return WrappedIcon(
      data: (context, theme) => theme.iconTheme.x2Small, child: this);
}