home property

  1. @Deprecated('Should not be an exposed property')
Widget? get home
inherited

The App's 'home screen'

Implementation

@Deprecated('Should not be an exposed property')
Widget? get home => _home ?? onHome();