Text child(String value) => Text( value, style: TextStyle( color: _color, fontFamily: _family, fontSize: _size, ), );