Text height(double height){ return Text( data ?? "", style: (style ?? const TextStyle()).copyWith( height: height, ), ); }