getTextOptional method Null safety
If true, icons will display without their corresponding text when the text collides with other symbols and the icon does not.
Implementation
Future<bool?> getTextOptional() => messager.getTextOptional(id);
If true, icons will display without their corresponding text when the text collides with other symbols and the icon does not.
Future<bool?> getTextOptional() => messager.getTextOptional(id);