RALColor constructor

RALColor({
  1. required int numberRalColor,
})

Implementation

RALColor({required this.numberRalColor}) {
  _ral = _ctrl.map[numberRalColor] as RAL;
}