tablet property
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;
Layout builder for tablet devices that receives a parameter.
If not provided, falls back to phone layout.
final Widget Function(BuildContext context, T param)? tablet;