FrameImageGroup class

An image group for the 12-patch layout of a dynamic frame.

Constructors

FrameImageGroup(String midUri, {String? startUri, String? endUri, FrameTileMode? midMode})
Creates a new FrameImageGroup.

Properties

endUri String?
The source for the end image. This should either be the full path, a uri or if it is an asset the relative path as specified in your pubspec.yaml file. If null there is no end image.
final
hashCode int
The hash code for this object.
no setterinherited
midMode FrameTileMode?
The render mode for the middle image.
final
midUri String
The source for the mid image. This should either be the full path, a uri or if it is an asset the relative path as specified in your pubspec.yaml file. If null there is no mid image.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startUri String?
The source for start image. This should either be the full path, a uri or if it is an asset the relative path as specified in your pubspec.yaml file. If null there is no start image.
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