Device.of constructor

Device.of(
  1. BuildContext context
)

Implementation

factory Device.of(BuildContext context) => Device(MediaQuery.of(context));