WatchDeviceAppearance constructor

const WatchDeviceAppearance({
  1. required double width,
  2. required double height,
  3. required bool isCircular,
})

Implementation

const WatchDeviceAppearance({
  required this.width,
  required this.height,
  required this.isCircular,
});