SystemWindowButton class

Constructors

SystemWindowButton({required SystemWindowText text, required String tag, SystemWindowPadding? padding, SystemWindowMargin? margin, int? width, int? height, SystemWindowDecoration? decoration})

Properties

decoration SystemWindowDecoration?
Decoration of the system window button
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
Height of the system window button
getter/setter pair
margin SystemWindowMargin?
Margin of the system window button
getter/setter pair
padding SystemWindowPadding?
Padding of the system window button
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
Tag of the system window button. Used to identify the click event
getter/setter pair
text SystemWindowText
Text of the system window button
getter/setter pair
width int?
Width of the system window button
getter/setter pair

Methods

getMap() Map<String, dynamic>
Internal method to convert SystemWindowButton to primitive dataTypes
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
Use this to provide the value as match parent
WRAP_CONTENT → const int
Use this to provide the value as wrap content