AwsThemeTextDuo constructor

AwsThemeTextDuo({
  1. TextStyle style = const TextStyle(color: Color.fromRGBO(0, 0, 0, 1)),
  2. Color backgroundColor = const Color.fromRGBO(255, 255, 255, 1),
})

Implementation

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