Columns3 constructor

const Columns3({
  1. Key? key,
  2. double? strokeWidth,
  3. double? width,
  4. double? height,
  5. BoxFit? fit,
  6. AlignmentGeometry? alignment,
  7. bool? matchTextDirection,
  8. bool? allowDrawingOutsideViewBox,
  9. WidgetBuilder? placeholderBuilder,
  10. ColorFilter? colorFilter,
  11. Color? color,
  12. BlendMode? colorBlendMode,
  13. String? semanticsLabel,
  14. bool excludeFromSemantics = false,
  15. Clip? clipBehavior,
  16. SvgTheme? theme,
})

Implementation

const Columns3({
  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);