@@ -72,7 +72,7 @@ class __PageState extends State<_Page> {
7272 padding: const EdgeInsets .only (left: 8.0 , right: 8.0 , top: 8.0 ),
7373 child: ElevatedButton (
7474 style: ElevatedButton .styleFrom (
75- backgroundColor: Theme .of (context).colorScheme.secondary,
75+ // backgroundColor: Theme.of(context).colorScheme.secondary,
7676 shape: RoundedRectangleBorder (
7777 borderRadius: BorderRadius .circular (12 ))),
7878 child: const Text (
@@ -127,9 +127,9 @@ class __PageState extends State<_Page> {
127127 padding: const EdgeInsets .all (8.0 ),
128128 child: ElevatedButton (
129129 style: ElevatedButton .styleFrom (
130- backgroundColor: selectedConfiguratorIndex == 0
131- ? buttonActiveColor
132- : buttonInnactiveColor,
130+ // backgroundColor: selectedConfiguratorIndex == 0
131+ // ? buttonActiveColor
132+ // : buttonInnactiveColor,
133133 shape: RoundedRectangleBorder (
134134 borderRadius: BorderRadius .circular (12 ))),
135135 child: Text (
@@ -154,9 +154,9 @@ class __PageState extends State<_Page> {
154154 padding: const EdgeInsets .all (8.0 ),
155155 child: ElevatedButton (
156156 style: ElevatedButton .styleFrom (
157- backgroundColor: selectedConfiguratorIndex == 1
158- ? buttonActiveColor
159- : buttonInnactiveColor,
157+ // backgroundColor: selectedConfiguratorIndex == 1
158+ // ? buttonActiveColor
159+ // : buttonInnactiveColor,
160160 shape: RoundedRectangleBorder (
161161 borderRadius: BorderRadius .circular (12 ))),
162162 child: Text (
@@ -181,9 +181,9 @@ class __PageState extends State<_Page> {
181181 padding: const EdgeInsets .all (8.0 ),
182182 child: ElevatedButton (
183183 style: ElevatedButton .styleFrom (
184- backgroundColor: selectedConfiguratorIndex == 2
185- ? buttonActiveColor
186- : buttonInnactiveColor,
184+ // backgroundColor: selectedConfiguratorIndex == 2
185+ // ? buttonActiveColor
186+ // : buttonInnactiveColor,
187187 shape: RoundedRectangleBorder (
188188 borderRadius: BorderRadius .circular (12 ))),
189189 child: Text (
@@ -636,9 +636,9 @@ class __PageState extends State<_Page> {
636636 padding: const EdgeInsets .all (8.0 ),
637637 child: ElevatedButton (
638638 style: ElevatedButton .styleFrom (
639- backgroundColor: boxShape.isRoundRect
640- ? buttonActiveColor
641- : buttonInnactiveColor,
639+ // backgroundColor: boxShape.isRoundRect
640+ // ? buttonActiveColor
641+ // : buttonInnactiveColor,
642642 shape: RoundedRectangleBorder (
643643 borderRadius: BorderRadius .circular (12 ))),
644644 onPressed: () {
@@ -662,9 +662,9 @@ class __PageState extends State<_Page> {
662662 padding: const EdgeInsets .all (8.0 ),
663663 child: ElevatedButton (
664664 style: ElevatedButton .styleFrom (
665- backgroundColor: boxShape.isBeveled
666- ? buttonActiveColor
667- : buttonInnactiveColor,
665+ // backgroundColor: boxShape.isBeveled
666+ // ? buttonActiveColor
667+ // : buttonInnactiveColor,
668668 shape: RoundedRectangleBorder (
669669 borderRadius: BorderRadius .circular (12 ))),
670670 onPressed: () {
@@ -688,9 +688,9 @@ class __PageState extends State<_Page> {
688688 padding: const EdgeInsets .all (8.0 ),
689689 child: ElevatedButton (
690690 style: ElevatedButton .styleFrom (
691- backgroundColor: boxShape.isCircle
692- ? buttonActiveColor
693- : buttonInnactiveColor,
691+ // backgroundColor: boxShape.isCircle
692+ // ? buttonActiveColor
693+ // : buttonInnactiveColor,
694694 shape: RoundedRectangleBorder (
695695 borderRadius: BorderRadius .circular (12 ))),
696696 onPressed: () {
@@ -713,9 +713,9 @@ class __PageState extends State<_Page> {
713713 padding: const EdgeInsets .all (8.0 ),
714714 child: ElevatedButton (
715715 style: ElevatedButton .styleFrom (
716- backgroundColor: boxShape.isStadium
717- ? buttonActiveColor
718- : buttonInnactiveColor,
716+ // backgroundColor: boxShape.isStadium
717+ // ? buttonActiveColor
718+ // : buttonInnactiveColor,
719719 shape: RoundedRectangleBorder (
720720 borderRadius: BorderRadius .circular (12 ))),
721721 onPressed: () {
@@ -738,9 +738,9 @@ class __PageState extends State<_Page> {
738738 padding: const EdgeInsets .all (8.0 ),
739739 child: ElevatedButton (
740740 style: ElevatedButton .styleFrom (
741- backgroundColor: boxShape.isCustomPath
742- ? buttonActiveColor
743- : buttonInnactiveColor,
741+ // backgroundColor: boxShape.isCustomPath
742+ // ? buttonActiveColor
743+ // : buttonInnactiveColor,
744744 shape: RoundedRectangleBorder (
745745 borderRadius: BorderRadius .circular (12 ))),
746746 onPressed: () {
@@ -778,9 +778,9 @@ class __PageState extends State<_Page> {
778778 padding: const EdgeInsets .all (8.0 ),
779779 child: ElevatedButton (
780780 style: ElevatedButton .styleFrom (
781- backgroundColor: shape == NeumorphicShape .concave
782- ? buttonActiveColor
783- : buttonInnactiveColor,
781+ // backgroundColor: shape == NeumorphicShape.concave
782+ // ? buttonActiveColor
783+ // : buttonInnactiveColor,
784784 shape: RoundedRectangleBorder (
785785 borderRadius: BorderRadius .circular (12 ))),
786786 onPressed: () {
@@ -800,9 +800,9 @@ class __PageState extends State<_Page> {
800800 padding: const EdgeInsets .all (8.0 ),
801801 child: ElevatedButton (
802802 style: ElevatedButton .styleFrom (
803- backgroundColor: shape == NeumorphicShape .convex
804- ? buttonActiveColor
805- : buttonInnactiveColor,
803+ // backgroundColor: shape == NeumorphicShape.convex
804+ // ? buttonActiveColor
805+ // : buttonInnactiveColor,
806806 shape: RoundedRectangleBorder (
807807 borderRadius: BorderRadius .circular (12 ))),
808808 onPressed: () {
@@ -822,9 +822,9 @@ class __PageState extends State<_Page> {
822822 padding: const EdgeInsets .all (8.0 ),
823823 child: ElevatedButton (
824824 style: ElevatedButton .styleFrom (
825- backgroundColor: shape == NeumorphicShape .flat
826- ? buttonActiveColor
827- : buttonInnactiveColor,
825+ // backgroundColor: shape == NeumorphicShape.flat
826+ // ? buttonActiveColor
827+ // : buttonInnactiveColor,
828828 shape: RoundedRectangleBorder (
829829 borderRadius: BorderRadius .circular (12 ))),
830830 onPressed: () {
0 commit comments