doneWidget abstract method

Widget doneWidget(
  1. BoxConstraints constraints
)

Done widget

  • for save the edit action and generate a new image as result.

Implementation

Widget doneWidget(BoxConstraints constraints);