view property

Implementation

@override
Widget get view => SelectAnyPage(
      this.model,
      data: this.data,
      controller: controller,
      showBackButton: showBackButton,
    );