getIconSpacing method

Widget getIconSpacing()

Implementation

Widget getIconSpacing() {
  return this.size == WuiButtonSize.normal ? SizedBox(width: 8) : SizedBox(width: 16);
}