YaruTitleBarThemeData class
- Inheritance
-
- Mixed-in types
-
- Annotations
-
Constructors
-
YaruTitleBarThemeData.new({double? elevation = 0, bool? centerTitle = true, double? titleSpacing, double? buttonSpacing, EdgeInsetsGeometry? buttonPadding, WidgetStateProperty<Color?>? foregroundColor, WidgetStateProperty<Color?>? backgroundColor, TextStyle? titleTextStyle, ShapeBorder? shape, BorderSide? border, YaruTitleBarStyle? style})
-
const
Methods
-
copyWith({double? elevation, bool? centerTitle, double? titleSpacing, double? buttonSpacing, EdgeInsetsGeometry? buttonPadding, WidgetStateProperty<Color?>? foregroundColor, WidgetStateProperty<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