SvgIconButton constructor
const
SvgIconButton({
- Key? key,
- required String svgPath,
- required VoidCallback onPressed,
Implementation
const SvgIconButton(
{Key? key, required this.svgPath, required this.onPressed})
: super(key: key);