BottomModalSheetStyle class

BottomModalSheetStyle

This class is used to style the bottom modal sheet.

Constructors

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

Properties

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