barHeight property

double barHeight

Implementation

double get barHeight {
  switch (platform) {
    case TargetPlatform.macOS:
      return 30;
    default:
      return 40;
  }
}