preActions property

List<Widget>? preActions
final

preActions would be used to show actions at ActionPosition.pre. if not provided or empty, the panel would not be able to slide to show actions at ActionPosition.pre, since no content could be shown

Implementation

final List<Widget>? preActions;