ActionSheetTotalConfig constructor

ActionSheetTotalConfig({
  1. ActionSheetConfig? actionSheetConfig,
})

Implementation

ActionSheetTotalConfig({ActionSheetConfig? actionSheetConfig})
    : _actionSheetConfig = actionSheetConfig;