openIt static method
void
openIt(
- BuildContext context,
- AppModel app,
- ActionSelected actionSelected,
- int containerPrivilege,
Implementation
static void openIt(BuildContext context, AppModel app,
ActionSelected actionSelected, int containerPrivilege) {
openFlexibleDialog(app, context, '${app.documentID}/_selectaction',
includeHeading: false,
widthFraction: .8,
child: SelectActionDialog._(
app: app,
actionSelected: actionSelected,
containerPrivilege: containerPrivilege,
));
}