Browse Source

Added Script component kind button

master
Kenneth Bruen 2 years ago
parent
commit
129f2c3d31
Signed by: kbruen
GPG Key ID: C1980A470C3EE5B1
  1. 7
      lib/pages/edit_component.dart

7
lib/pages/edit_component.dart

@ -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'),
),
),
], ],
), ),
), ),

Loading…
Cancel
Save