Added Script component kind button

This commit is contained in:
Kenneth Bruen 2022-06-19 19:07:29 +03:00
parent 85838c2b32
commit 129f2c3d31
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1

View file

@ -449,6 +449,13 @@ class EditComponentPage extends HookWidget {
child: const Text('Visual Designer'), child: const Text('Visual Designer'),
), ),
), ),
const Padding(
padding: EdgeInsets.all(8.0),
child: OutlinedButton(
onPressed: null,
child: const Text('Script'),
),
),
], ],
), ),
), ),