StretchedPictureFill class

The stretched picture fill.

The page or page element is filled entirely with the specified picture. The picture is stretched to fit its container.

Constructors

StretchedPictureFill({String? contentUrl, Size? size})
StretchedPictureFill.fromJson(Map json_)

Properties

contentUrl String?
Reading the content_url: An URL to a picture with a default lifetime of 30 minutes.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size?
The original size of the picture fill.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited