Widget textJustified(text, double size, color, weight) { return Text( text, style: TextStyle(fontSize: size, fontWeight: weight, color: color), ); }