CreationPanelAction constructor
const
CreationPanelAction({
- Key? key,
- required CreationPanelActionAlignment align,
- required Widget child,
- required ValueNotifier<
double> animationNotifier,
Implementation
const CreationPanelAction(
{Key? key,
required this.align,
required this.child,
required this.animationNotifier})
: super(key: key);