ReadoutStyle constructor
const
ReadoutStyle({})
Implementation
const ReadoutStyle({
this.text = const TextStyle(color: Color(0xFFFFFFFF), fontSize: 18.0),
this.dim = const Color(0x66FFFFFF),
this.pipSize = 10.0,
});