MinervaRoundButton constructor Null safety
- {Key? key,
- void onPressed(
- Widget? child,
- EdgeInsets? margin,
- EdgeInsets? padding}
Implementation
const MinervaRoundButton({
Key? key,
this.onPressed,
this.child,
this.margin,
this.padding,
}) : super(key: key);