NativeAppIconWidget constructor
const
NativeAppIconWidget({
- double? width = 40,
- double? height = 40,
- BoxFit? fit = BoxFit.cover,
- BlendMode? colorBlendMode,
- Color? color,
- Animation<
double> ? opacity, - AlignmentGeometry? alignment,
- EdgeInsetsGeometry? margin,
- BoxShape shape = BoxShape.rectangle,
- BorderRadius? borderRadius,
- Key? key,
Implementation
const NativeAppIconWidget({
this.width = 40,
this.height = 40,
this.fit = BoxFit.cover,
this.colorBlendMode,
this.color,
this.opacity,
this.alignment,
this.margin,
this.shape = BoxShape.rectangle,
this.borderRadius,
Key? key,
}) : super(key: key);