SheetThemeData class

A set of properties that describe the appearance and behavior of a sheet.

Typically, this object is exposed by a SheetTheme to the descendant widgets.

Constructors

SheetThemeData({SheetKeyboardDismissBehavior? keyboardDismissBehavior, SheetPhysics? physics})
Creates a set of properties that describe the appearance and behavior of a sheet.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
keyboardDismissBehavior SheetKeyboardDismissBehavior?
Determines when the on-screen keyboard should be dismissed.
final
physics SheetPhysics?
The physics that is used by the sheet.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({SheetKeyboardDismissBehavior? keyboardDismissBehavior, SheetPhysics? physics, SheetPhysics? basePhysics}) SheetThemeData
Creates a copy of this object but with the given fields replaced with the new values.
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.
override