Images extension
Methods
-
decorationINToContain({AlignmentGeometry alignment = Alignment.center, Rect centerSlice, ColorFilter colorFilter, bool matchTextDirection = false, BoxFit fit = BoxFit.contain, ImageRepeat repeat = ImageRepeat.noRepeat})
→ DecorationImage
-
-
decorationINToCover({AlignmentGeometry alignment = Alignment.center, Rect centerSlice, ColorFilter colorFilter, bool matchTextDirection = false, BoxFit fit = BoxFit.cover, ImageRepeat repeat = ImageRepeat.noRepeat})
→ DecorationImage
-
-
decorationINToFill({AlignmentGeometry alignment = Alignment.center, Rect centerSlice, ColorFilter colorFilter, bool matchTextDirection = false, BoxFit fit = BoxFit.fill, ImageRepeat repeat = ImageRepeat.noRepeat})
→ DecorationImage
-
-
decorationINToFitHeight({AlignmentGeometry alignment = Alignment.center, Rect centerSlice, ColorFilter colorFilter, bool matchTextDirection = false, BoxFit fit = BoxFit.fitHeight, ImageRepeat repeat = ImageRepeat.noRepeat})
→ DecorationImage
-
-
decorationINToFitWidth({AlignmentGeometry alignment = Alignment.center, Rect centerSlice, ColorFilter colorFilter, bool matchTextDirection = false, BoxFit fit = BoxFit.fitHeight, ImageRepeat repeat = ImageRepeat.noRepeat})
→ DecorationImage
-
-
decorationINToNone({AlignmentGeometry alignment = Alignment.center, Rect centerSlice, ColorFilter colorFilter, bool matchTextDirection = false, BoxFit fit = BoxFit.none, ImageRepeat repeat = ImageRepeat.noRepeat})
→ DecorationImage
-
-
decorationINToScaleDown({AlignmentGeometry alignment = Alignment.center, Rect centerSlice, ColorFilter colorFilter, bool matchTextDirection = false, BoxFit fit = BoxFit.scaleDown, ImageRepeat repeat = ImageRepeat.noRepeat})
→ DecorationImage
-