GlobeFilled constructor
const
GlobeFilled({
- Key? key,
- double? strokeWidth,
- double? width,
- double? height,
- BoxFit? fit,
- AlignmentGeometry? alignment,
- bool? matchTextDirection,
- bool? allowDrawingOutsideViewBox,
- WidgetBuilder? placeholderBuilder,
- ColorFilter? colorFilter,
- Color? color,
- BlendMode? colorBlendMode,
- String? semanticsLabel,
- bool excludeFromSemantics = false,
- Clip? clipBehavior,
- SvgTheme? theme,
Implementation
const GlobeFilled({
super.key,
super.strokeWidth,
super.width,
super.height,
super.fit,
super.alignment,
super.matchTextDirection,
super.allowDrawingOutsideViewBox,
super.placeholderBuilder,
super.colorFilter,
super.color,
super.colorBlendMode,
super.semanticsLabel,
super.excludeFromSemantics,
super.clipBehavior,
super.theme,
}) : super(_svg);