AwsThemeIconDuo constructor

AwsThemeIconDuo({
  1. Color color = const Color.fromRGBO(255, 255, 255, 1),
  2. Color backgroundColor = const Color.fromRGBO(0, 122, 255, 1),
})

Implementation

AwsThemeIconDuo(
    {this.color = const Color.fromRGBO(255, 255, 255, 1),
    this.backgroundColor = const Color.fromRGBO(0, 122, 255, 1)});