iconX3Small method

Widget iconX3Small()

Implementation

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