SlideActionPanel<T extends Widget> constructor
const
SlideActionPanel<T extends Widget> ({
- Key? key,
- required ActionLayout actionLayout,
- required List<
T> actions, - required ActionPosition position,
Implementation
const SlideActionPanel({
Key? key,
required this.actionLayout,
required this.actions,
required this.position,
}) : super(
key: key,
children: actions,
);