AwsItemThemeBridge constructor

AwsItemThemeBridge({
  1. Color isSelectedColor = CupertinoColors.activeBlue,
  2. Color notSelectedColor = CupertinoColors.inactiveGray,
  3. TextStyle labelStyle = const TextStyle(),
})

Implementation

AwsItemThemeBridge(
    {this.isSelectedColor = CupertinoColors.activeBlue,
    this.notSelectedColor = CupertinoColors.inactiveGray,
    this.labelStyle = const TextStyle()});