action
 profile
This commit is contained in:
2025-04-21 15:45:15 +03:30
parent d4ebefedba
commit 0c750e1c01
36 changed files with 1082 additions and 207 deletions

View File

@@ -142,7 +142,7 @@ class _SystemDesignPageState extends State<SystemDesignPage> {
spacing: 14,
children: [
Row(),
/*
RFabOutlined.smallAdd(onPressed: () {}),
RFabOutlined.smallAdd(onPressed: null),
@@ -153,7 +153,7 @@ class _SystemDesignPageState extends State<SystemDesignPage> {
RFabOutlined.add(onPressed: null),
RFabOutlined.addNoBorder(onPressed: () {}),
RFabOutlined.addNoBorder(onPressed: null),
RFabOutlined.addNoBorder(onPressed: null),*/
],
),
);
@@ -175,7 +175,7 @@ class _SystemDesignPageState extends State<SystemDesignPage> {
children: [
Row(),
RFab.smallAdd(onPressed: () {}),
/* RFab.smallAdd(onPressed: () {}),
RFab.smallAdd(onPressed: null),
RFab.add(onPressed: () {}),
@@ -221,7 +221,7 @@ class _SystemDesignPageState extends State<SystemDesignPage> {
RFab.smallBack(onPressed: null),
RFab.back(onPressed: () {}),
RFab.back(onPressed: null),
RFab.back(onPressed: null),*/
],
),
);