HeaderBarStyle class

Constructors

HeaderBarStyle({bool isTransparent = false, TextStyle? textStyle, double height = 51, bool autoPositionWindowButtons = true, EdgeInsets padding = const EdgeInsets.only(left: 3, right: 5), double titlebarSpace = 6})
const

Properties

autoPositionWindowButtons bool
Whether to automatically place the window buttons according to the Platform, defaults to true If false then it will follow the general Windows like window buttons placement
final
hashCode int
The hash code for this object.
no setterinherited
height double
The height of the headerbar
final
isTransparent bool
If true, background color and border color will be transparent
final
padding EdgeInsets
The padding inside the headerbar
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
Default text style applied to the child widget.
final
titlebarSpace double
The horizontal spacing before or after the window buttons
final

Methods

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