UserHelperOptions constructor

const UserHelperOptions({
  1. bool enabled = true,
  2. UserHelperColorScheme? colorScheme,
})

Implementation

const UserHelperOptions({
  this.enabled = true,
  this.colorScheme,
});