AwsThemeStandaloneDuo constructor

AwsThemeStandaloneDuo({
  1. Color iconColor = const Color.fromRGBO(255, 255, 255, 1),
  2. TextStyle style = const TextStyle(color: Color.fromRGBO(255, 255, 255, 1)),
  3. Color backgroundColor = const Color.fromRGBO(0, 122, 255, 1),
})

Implementation

AwsThemeStandaloneDuo(
    {this.iconColor = const Color.fromRGBO(255, 255, 255, 1),
    this.style = const TextStyle(color: Color.fromRGBO(255, 255, 255, 1)),
    this.backgroundColor = const Color.fromRGBO(0, 122, 255, 1)});