ExposureProgramButton constructor Null safety
- {Key? key,
- ButtonStyle? style,
- double width = 300,
- double height = 40,
- String label = 'Exposure Program'}
Implementation
const ExposureProgramButton(
{Key? key,
this.style,
this.width = 300,
this.height = 40,
this.label = 'Exposure Program'})
: super(key: key);