BottomModalSheetStyle class

BottomModalSheetStyle

This class is used to style the bottom modal sheet.

Constructors

BottomModalSheetStyle({NyColor? backgroundColor, NyColor? barrierColor, bool useRootNavigator = false, RouteSettings? routeSettings, TextStyle? titleStyle, TextStyle? itemStyle, TextStyle? clearButtonStyle})

Properties

backgroundColor → NyColor?
final
barrierColor → NyColor?
final
clearButtonStyle → TextStyle?
final
hashCode → int
The hash code for this object.
no setterinherited
itemStyle → TextStyle?
final
routeSettings → RouteSettings?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
titleStyle → TextStyle?
final
useRootNavigator → bool
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