ImageGroupSet class

Images for the 12-patch layout of a dynamic frame that automatically adapts to any output image resolution.

Constructors

ImageGroupSet({FrameImageGroup? bottom, FrameImageGroup? left, FrameImageGroup? right, FrameImageGroup? top})
Creates a new ImageGroupSet.

Properties

bottom FrameImageGroup?
The bottom image group. If null there is no top group.
final
hashCode int
The hash code for this object.
no setterinherited
left FrameImageGroup?
The left image group. If null there is no top group.
final
The right image group. If null there is no top group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top FrameImageGroup?
The top image group. If null there is no top group.
final

Methods

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

Operators

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