mirror of
https://github.com/dancojocaru2000/logic-circuits-simulator.git
synced 2025-02-22 09:09:35 +02:00
Added Script component kind button
This commit is contained in:
parent
85838c2b32
commit
129f2c3d31
1 changed files with 7 additions and 0 deletions
|
@ -449,6 +449,13 @@ class EditComponentPage extends HookWidget {
|
|||
child: const Text('Visual Designer'),
|
||||
),
|
||||
),
|
||||
const Padding(
|
||||
padding: EdgeInsets.all(8.0),
|
||||
child: OutlinedButton(
|
||||
onPressed: null,
|
||||
child: const Text('Script'),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue