tablet property

Widget Function(BuildContext context, T param)? tablet
final

Layout builder for tablet devices that receives a parameter.

If not provided, falls back to phone layout.

Implementation

final Widget Function(BuildContext context, T param)? tablet;