map property

PipSettings get map

Settings for a mini map

Implementation

static PipSettings get map => const PipSettings(
      collapsedWidth: 180.0,
      collapsedHeight: 180.0,
      expandedWidth: 320.0,
      expandedHeight: 320.0,
      progressBarColor: Colors.blue,
      showProgressBar: false,
    );