NinePatchMetadata class

Constructors

NinePatchMetadata({required Size dimensions, required Rect scalableArea, required EdgeInsets fillArea})
NinePatchMetadata.from(NinePatchMetadata metadata)

Properties

dimensions Size
The dimensions of the image (in logical pixels).
final
fillArea EdgeInsets
The insets from the edge to nest child widgets within (in logical pixels).
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scalableArea Rect
The middle area for scaling (in logical pixels).
final

Methods

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

Operators

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