iconSmall method

Widget iconSmall()

Implementation

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