SystemWindowHeader class
Constructors
- SystemWindowHeader.new({SystemWindowText? title, SystemWindowText? subTitle, SystemWindowButton? button, SystemWindowPadding? padding, ButtonPosition? buttonPosition, SystemWindowDecoration? decoration})
Properties
-
Button in the system window header
getter/setter pair
-
Button position in the system window header
getter/setter pair
- decoration ↔ SystemWindowDecoration?
-
Decoration of the system window header
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- padding ↔ SystemWindowPadding?
-
Padding for the system window header
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subTitle ↔ SystemWindowText?
-
Sub title of the system window header
getter/setter pair
- title ↔ SystemWindowText?
-
Title of the system window header
getter/setter pair
Methods
-
getMap(
) → Map< String, dynamic> - Internal method to convert SystemWindowHeader 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