IconParkData class
Methods
-
filled({Color? fill, Color? innerStroke, double? strokeWidth, StrokeJoin? strokeLineJoin, StrokeCap? strokeLineCap, double? size})
→ Widget
-
-
icon({IconParkProps? props, IconParkThemeType? theme, double? strokeWidth, StrokeJoin? strokeLineJoin, StrokeCap? strokeLineCap, double? size, Color? outStrokeColor, Color? outFillColor, Color? innerStrokeColor, Color? innerFillColor, bool? applyTextScaling, String? semanticLabel})
→ Widget
-
-
multiColor({Color? outStrokeColor, Color? outFillColor, Color? innerStrokeColor, Color? innerFillColor, double? strokeWidth, StrokeJoin? strokeLineJoin, StrokeCap? strokeLineCap, double? size})
→ Widget
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
outline({Color? fill, Color? background, double? strokeWidth, StrokeJoin? strokeLineJoin, StrokeCap? strokeLineCap, double? size})
→ Widget
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
twoTone({Color? fill, Color? twoTone, double? strokeWidth, StrokeJoin? strokeLineJoin, StrokeCap? strokeLineCap, double? size})
→ Widget
-