MaterialIcon constructor
const
MaterialIcon({
- Key? key,
- MaterialIconController? controller,
- dynamic icon,
- Color? tint = Colors.grey,
- double? size = 24,
- BoxFit? fit,
Implementation
const MaterialIcon({
super.key,
this.controller,
this.icon,
this.tint = Colors.grey,
this.size = 24,
this.fit,
});