RehlkoImage constructor

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

Implementation

const RehlkoImage({
  super.key,
  this.width,
  this.height,
  this.iconName = 'kohler_energy_logo.png',
});