SimpleElevatedButtonWithIcon constructor
const
SimpleElevatedButtonWithIcon({})
Implementation
const SimpleElevatedButtonWithIcon(
{required this.label,
this.color,
this.iconData,
required this.onPressed,
this.padding = const EdgeInsets.symmetric(horizontal: 24, vertical: 16),
Key? key})
: super(key: key);