AddressTypeSelection<T> class
Constructors
- AddressTypeSelection.new({required T value, required String label, String? tooltip, Widget? icon, bool enabled = false})
-
const
Properties
Methods
-
copyWith(
{T? value, String? label, String? tooltip, Widget? icon, bool? enabled}) → AddressTypeSelection< T> -
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