MIconButton constructor
const
MIconButton({
- Key? key,
- double radius = 32,
- EdgeInsets padding = const EdgeInsets.all(12),
- Color color = Colors.white,
- required Widget child,
- dynamic onTap()?,
Implementation
const MIconButton({Key? key, this.radius = 32,this.padding = const EdgeInsets.all(12), this.color = Colors.white, required this.child, this.onTap}) : super(key: key);