MaterialOptions constructor

const MaterialOptions({
  1. String? actionBarColor,
  2. String? actionBarTitle,
  3. bool? lightStatusBar,
  4. String? statusBarColor,
  5. String? actionBarTitleColor,
  6. String? allViewTitle,
  7. bool? startInAllView,
  8. bool? useDetailsView,
  9. String? selectCircleStrokeColor,
  10. String? selectionLimitReachedText,
  11. String? textOnNothingSelected,
  12. String? backButtonDrawable,
  13. String? okButtonDrawable,
  14. bool? autoCloseOnSelectionLimit,
})

Implementation

const MaterialOptions({
  this.actionBarColor,
  this.actionBarTitle,
  this.lightStatusBar,
  this.statusBarColor,
  this.actionBarTitleColor,
  this.allViewTitle,
  this.startInAllView,
  this.useDetailsView,
  this.selectCircleStrokeColor,
  this.selectionLimitReachedText,
  this.textOnNothingSelected,
  this.backButtonDrawable,
  this.okButtonDrawable,
  this.autoCloseOnSelectionLimit,
});