SpecialButton constructor
const
SpecialButton(- {Key? key,
- required Alignment beginAlign,
- required Alignment endAlign,
- required Alignment antiBeginAlign,
- required Alignment antiEndAlign,
- required Widget label,
- required Widget icon,
- bool keepState = true,
- required Color shadow,
- bool shrinkwrap = true,
- required Color antiShadow,
- required List<Color> antiColors,
- required void onPressed(
),
- required List<Color> colors}
)
Implementation
const SpecialButton(
{super.key,
required this.beginAlign,
required this.endAlign,
required this.antiBeginAlign,
required this.antiEndAlign,
required this.label,
required this.icon,
this.keepState = true,
required this.shadow,
this.shrinkwrap = true,
required this.antiShadow,
required this.antiColors,
required this.onPressed,
required this.colors});