create abstract method

Widget create(
  1. BuildContext context,
  2. Widget title,
  3. Widget content,
  4. List<UIAction> actions,
  5. UIAction? cancel,
)

Implementation

Widget create(
  BuildContext context,
  Widget title,
  Widget content,
  List<UIAction> actions,
  UIAction? cancel,
);