TextStyle getBodyTextStyle({Color? color}) { return TextStyle(fontSize: 16, color: color ?? Colors.black87); }