ButtonInfo class

Constructors

ButtonInfo({String? imageName, String? systemImageName, String? tintColor})

Properties

hashCode int
The hash code for this object.
no setteroverride
imageName String?
The name of image in the asset catalogs. For example, you need to add the image in the Images.xcassets(or Assets.xcassets etc.)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemImageName String?
The system image name. Only supported on iOS.
final
tintColor String?
This applies only to system image. Only supported on iOS.
final

Methods

deepCopy() ButtonInfo
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.
override