size method

IconButtonStyler size(
  1. double width,
  2. double height
)

Implementation

IconButtonStyler size(double width, double height) {
  return container(BoxStyler().size(width, height));
}