chore: node path

This commit is contained in:
Rafael Saes 2024-04-12 16:29:09 -03:00
parent 551c457c76
commit 7f792fcd60

View file

@ -95,18 +95,20 @@ class NodeForm extends StatelessWidget {
) )
], ],
), ),
SizedBox(height: 10.0), // if () ...[
Row( // SizedBox(height: 10.0),
children: <Widget>[ // Row(
Expanded( // children: <Widget>[
child: BaseTextFormField( // Expanded(
controller: _pathController, // child: BaseTextFormField(
hintText: "/path", // controller: _pathController,
validator: NodePathValidator(), // hintText: "/path",
), // validator: NodePathValidator(),
) // ),
], // )
), // ],
// ),
// ],
SizedBox(height: 10.0), SizedBox(height: 10.0),
Row( Row(
children: <Widget>[ children: <Widget>[