NativeIcon constructor
const
NativeIcon(
- NativeIconData icon, {
- Key? key,
- Type type = Icon,
- bool disableWarnings = kDebugMode,
- double? size,
- double? fill,
- double? weight,
- double? grade,
- double? opticalSize,
- Color? color,
- List<
Shadow> ? shadows, - String? semanticLabel,
- TextDirection? textDirection,
- bool? applyTextScaling,
- BlendMode? blendMode,
Implementation
const NativeIcon(
this.icon, {
super.key,
super.type = Icon,
this.disableWarnings = kDebugMode,
this.size,
this.fill,
this.weight,
this.grade,
this.opticalSize,
this.color,
this.shadows,
this.semanticLabel,
this.textDirection,
this.applyTextScaling,
this.blendMode,
});