UserHelperOptions constructor
const
UserHelperOptions({
- bool enabled = true,
- UserHelperColorScheme? colorScheme,
Implementation
const UserHelperOptions({
this.enabled = true,
this.colorScheme,
});