BottomModalSheetStyle constructor

BottomModalSheetStyle({
  1. NyColor? backgroundColor,
  2. NyColor? barrierColor,
  3. bool useRootNavigator = false,
  4. RouteSettings? routeSettings,
  5. NyTextStyle? titleStyle,
  6. NyTextStyle? itemStyle,
  7. NyTextStyle? clearButtonStyle,
})

Implementation

BottomModalSheetStyle({
  this.backgroundColor,
  this.barrierColor,
  this.useRootNavigator = false,
  this.routeSettings,
  this.titleStyle,
  this.itemStyle,
  this.clearButtonStyle,
});