YaruTitleBarThemeData class

Inheritance
Mixed-in types
Annotations

Constructors

YaruTitleBarThemeData({double? elevation = 0, bool? centerTitle = true, double? titleSpacing, double? buttonSpacing, EdgeInsetsGeometry? buttonPadding, MaterialStateProperty<Color?>? foregroundColor, MaterialStateProperty<Color?>? backgroundColor, TextStyle? titleTextStyle, ShapeBorder? shape, BorderSide? border, YaruTitleBarStyle? style})
const

Properties

backgroundColor MaterialStateProperty<Color?>?
final
border BorderSide?
final
buttonPadding EdgeInsetsGeometry?
final
buttonSpacing double?
final
centerTitle bool?
final
elevation double?
final
foregroundColor MaterialStateProperty<Color?>?
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ShapeBorder?
final
style YaruTitleBarStyle?
final
titleSpacing double?
final
titleTextStyle TextStyle?
final
type Object
The extension's type.
no setterinherited

Methods

copyWith({double? elevation, bool? centerTitle, double? titleSpacing, double? buttonSpacing, EdgeInsetsGeometry? buttonPadding, MaterialStateProperty<Color?>? foregroundColor, MaterialStateProperty<Color?>? backgroundColor, TextStyle? titleTextStyle, ShapeBorder? shape, BorderSide? border, YaruTitleBarStyle? style}) YaruTitleBarThemeData
Creates a copy of this theme extension with the given fields replaced by the non-null parameter values.
override
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
override
lerp(covariant ThemeExtension<YaruTitleBarThemeData>? other, double t) ThemeExtension<YaruTitleBarThemeData>
Linearly interpolate with another ThemeExtension object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited

Operators

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