Text size(double fontSize) => Text( data ?? '', style: (style ?? const TextStyle()).copyWith(fontSize: fontSize), );