SystemWindowImageButton class

Constructors

SystemWindowImageButton({required Uint8List image, double? size, SystemWindowPadding? padding, String? tag, int? width, int? height})

Properties

hashCode int
The hash code for this object.
no setterinherited
height int?
getter/setter pair
image Uint8List
getter/setter pair
padding SystemWindowPadding?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
getter/setter pair
tag String?
getter/setter pair
width int?
getter/setter pair

Methods

getMap() Map<String, dynamic>
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

Constants

MATCH_PARENT → const int
WRAP_CONTENT → const int