ElevatedLayerButton constructor
const
ElevatedLayerButton({
- Key? key,
- required double? buttonHeight,
- required double? buttonWidth,
- required Duration? animationDuration,
- required Curve? animationCurve,
- required VoidCallback? onClick,
- BoxDecoration? baseDecoration,
- BoxDecoration? topDecoration,
- Widget? topLayerChild,
- BorderRadius? borderRadius,
Implementation
const ElevatedLayerButton({
Key? key,
required this.buttonHeight,
required this.buttonWidth,
required this.animationDuration,
required this.animationCurve,
required this.onClick,
this.baseDecoration,
this.topDecoration,
this.topLayerChild,
this.borderRadius,
}) : super(key: key);