iconX4Small method

Widget iconX4Small()

Implementation

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