postActions property

List<Widget>? postActions
final

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

Implementation

final List<Widget>? postActions;