AwsThemeDynaflot constructor

AwsThemeDynaflot({
  1. Color openColor = const Color.fromRGBO(0, 122, 255, 1),
  2. Color closedColor = const Color.fromRGBO(255, 255, 255, 1),
  3. Color openBackgroundColor = const Color.fromRGBO(255, 255, 255, 1),
  4. Color closedBackgroundColor = const Color.fromARGB(255, 255, 59, 48),
  5. Color openShadowColor = const Color.fromRGBO(0, 122, 255, 1),
  6. Color closedShadowColor = const Color.fromARGB(255, 255, 59, 48),
  7. Color barrierColor = Colors.black54,
})

Implementation

AwsThemeDynaflot({
  this.openColor = const Color.fromRGBO(0, 122, 255, 1),
  this.closedColor = const Color.fromRGBO(255, 255, 255, 1),
  this.openBackgroundColor = const Color.fromRGBO(255, 255, 255, 1),
  this.closedBackgroundColor = const Color.fromARGB(255, 255, 59, 48),
  this.openShadowColor = const Color.fromRGBO(0, 122, 255, 1),
  this.closedShadowColor = const Color.fromARGB(255, 255, 59, 48),
  this.barrierColor = Colors.black54,
});