OptionsSettingsTile<T> class

Constructors

OptionsSettingsTile({required String title, required T selected, required OnOptionSelect<T> onSelect, required List<(T, String)> options, dynamic icon, String? explainer, dynamic key})
const

Properties

explainer String?
final
hashCode int
The hash code for this object.
no setterinherited
icon → dynamic
final
onSelect OnOptionSelect<T>
final
options List<(T, String)>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected → T
final
title String
final

Methods

build(dynamic context) → dynamic
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