BottomModalSheetStyle constructor
BottomModalSheetStyle({
- NyColor? backgroundColor,
- NyColor? barrierColor,
- RouteSettings? routeSettings,
- NyTextStyle? titleStyle,
- NyTextStyle? itemStyle,
- NyTextStyle? clearButtonStyle,
Implementation
BottomModalSheetStyle({
this.backgroundColor,
this.barrierColor,
this.useRootNavigator = false,
this.routeSettings,
this.titleStyle,
this.itemStyle,
this.clearButtonStyle,
});