getLandscapeButtonFactory method Null safety

  1. @override
LandscapeButtonFactory getLandscapeButtonFactory(
  1. BuildContext context,
  2. ScreenPositioner screen
)
override

Implementation

@override
LandscapeButtonFactory getLandscapeButtonFactory(
        BuildContext context, ScreenPositioner screen) =>
    LandscapeButtonFactory16(context, screen, this);