KohlerImage constructor

const KohlerImage({
  1. Key? key,
  2. double? width,
  3. double? height = 24.0,
  4. String? iconName = 'kohler_stack_generator.png',
})

Implementation

const KohlerImage({
  super.key,
  this.width,
  this.height = 24.0,
  this.iconName = 'kohler_stack_generator.png',
});