BaseSettingsObx<T> class
- Inheritance
-
- Object
- BaseSettings<
T> - BaseSettingsObx
Constructors
-
BaseSettingsObx.new({String? title, String? hint, dynamic extend, Widget? child, VoidCallback? onPressed, VoidCallback? onLongPress, ValueChanged<
T> ? changed, required Rx<T> obs})
Properties
-
changed
→ ValueChanged<
T> ? -
finalinherited
- child → Widget?
-
finalinherited
- extend ↔ dynamic
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hint → String?
-
finalinherited
-
obs
→ Rx<
T> -
final
- onLongPress → VoidCallback?
-
finalinherited
- onPressed → VoidCallback?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String?
-
finalinherited
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