RALColor constructor
RALColor({
- required int numberRalColor,
Implementation
RALColor({required this.numberRalColor}) {
_ral = _ctrl.map[numberRalColor] as RAL;
}
RALColor({required this.numberRalColor}) {
_ral = _ctrl.map[numberRalColor] as RAL;
}