NiceAccountPicker constructor
const
NiceAccountPicker({
- Key? key,
- required List<
NiceAccountEntry> accounts, - ValueChanged<
NiceAccountEntry> ? onSelected, - String? selectedId,
- String label = 'Account',
- String hint = 'Search accounts…',
Implementation
const NiceAccountPicker({
super.key,
required this.accounts,
this.onSelected,
this.selectedId,
this.label = 'Account',
this.hint = 'Search accounts…',
});