NoParametersModularPage constructor

NoParametersModularPage({
  1. Animation? animation,
})

Implementation

NoParametersModularPage({
  Animation<dynamic>? animation,
}) : super(
        parameters: NoPageParameters(),
        animation: animation,
      );