clipped property
bool?
get
clipped
Specifies whether or not the parts of a linked resource that flow out of the viewport are clipped.
Implementation
bool? get clipped => this["clipped"] as bool?;
Specifies whether or not the parts of a linked resource that flow out of the viewport are clipped.
bool? get clipped => this["clipped"] as bool?;