MPIconSize constructor

MPIconSize({
  1. required int height,
  2. required int width,
})

Construct a size from a height and a width

Implementation

MPIconSize({required this.height, required this.width});