chore: fix and format using melos
This commit is contained in:
@@ -38,8 +38,7 @@ class _NameInput extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return InputBuilderTextController<SimpleCustomFormCubit, String?, Metadata>(
|
||||
field: formFieldName,
|
||||
builder:
|
||||
(context, cubit, state, field, input, controller, metadata) {
|
||||
builder: (context, cubit, state, field, input, controller, metadata) {
|
||||
final meta = state.form.metadataOf<Metadata>(field).extra;
|
||||
final color = computeColor(meta);
|
||||
return Row(
|
||||
|
||||
Reference in New Issue
Block a user