@override Widget get getWidget { return Text( text, textAlign: TextAlign.center, style: style ?? const TextStyle( color: Colors.grey, fontSize: 14, ), ); }