adfadsf
This commit is contained in:
@@ -417,7 +417,7 @@ class _ProviderFormScreenState extends State<ProviderFormScreen> {
|
||||
BlocBuilder<ProviderFormCubit, ProviderFormState>(
|
||||
builder: (context, state) {
|
||||
// Se non ha un colore, usiamo il BlueGrey di default
|
||||
final currentColorHex = state.provider?.colorHex ?? '#607D8B';
|
||||
final currentColorHex = state.provider.colorHex ?? '#607D8B';
|
||||
|
||||
return Wrap(
|
||||
spacing: 12,
|
||||
|
||||
Reference in New Issue
Block a user