buildLaptopLarge method

  1. @override
Widget buildLaptopLarge(
  1. BuildContext context
)
override

Implementation

@override
Widget buildLaptopLarge(BuildContext context) {
  return laptopLarge!(context);
}