data property

Map<BannerLocation, Color> get data

Implementation

Map<BannerLocation, Color> get data => {
  BannerLocation.topStart: Colors.red,
  BannerLocation.bottomStart: Colors.green,
  BannerLocation.bottomEnd: Colors.orange,
  BannerLocation.topEnd: Colors.blue,

};