PWidgetSettingOptions class

Constructors

PWidgetSettingOptions({Widget elementBuilder({required Widget child})?, Color backgroundBottomsheetColor()?, required Color mainColor(), required Widget bottomSheetBuilder({required Widget child, EdgeInsets? padding}), required void onLogout(), required Locale getLocale()})

Properties

backgroundBottomsheetColor Color Function()?
getter/setter pair
bottomSheetBuilder Widget Function({required Widget child, EdgeInsets? padding})
getter/setter pair
elementBuilder Widget Function({required Widget child})?
getter/setter pair
getLocale Locale Function()
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mainColor Color Function()
getter/setter pair
onLogout ↔ void Function()
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited