WidgetSettings class
Constructors
-
WidgetSettings.new({required Rx<
String> listtileTitle, Rx<String> ? tralingText, required IconData listtileIcon, required dynamic onTap})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- listtileIcon → IconData
-
final
-
listtileTitle
↔ Rx<
String> -
getter/setter pair
- onTap → dynamic
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tralingText
↔ Rx<
String> ? -
getter/setter pair
Methods
-
listtile(
dynamic context) → Widget -
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