ButtonInfo class Null safety

Constructors

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

Properties

hashCode int
The hash code for this object.
read-onlyoverride
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.) Only supported on iOS.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
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 non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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