WRStyle constructor

const WRStyle({
  1. Color wrColor = const Color(0xFFFFC634),
})

Implementation

const WRStyle({
  this.wrColor = const Color(0xFFFFC634),
});