TopSheetThemeData class

TopSheetTheme 一起使用来定义后代 TopSheet 小部件的默认属性值。

有关详细信息,请参阅各个 TopSheet 属性。

Inheritance

Constructors

TopSheetThemeData.new({BottomSheetThemeData? data})
const

Properties

data BottomSheetThemeData?
覆盖 TopSheet 其它属性默认值
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Object
The extension's type.
no setterinherited

Methods

copyWith({BottomSheetThemeData? data}) ThemeExtension<TopSheetThemeData>
Creates a copy of this theme extension with the given fields replaced by the non-null parameter values.
override
lerp(covariant ThemeExtension<TopSheetThemeData>? other, double t) ThemeExtension<TopSheetThemeData>
Linearly interpolate with another ThemeExtension object.
override
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