iconXSmall method

Widget iconXSmall()

Implementation

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