MobileOnly constructor

const MobileOnly({
  1. Key? key,
  2. required Widget child,
  3. Widget? fallback,
})

Implementation

const MobileOnly({
  Key? key,
  required this.child,
  this.fallback,
});