child property

  1. @override
ModularChild? child
finalinherited

Parameter name: child

The widget will be displayed

Type: Widget

For more example go to Modular page from gitHub https://github.com/Flutterando/modular

Implementation

@override
final ModularChild? child;