setStyledTitle method
Sets the styled title text to display in the refresh control.
Officially Supported Platforms/Implementations:
Implementation
Future<void> setStyledTitle(AttributedString attributedTitle) {
throw UnimplementedError(
'setStyledTitle is not implemented on the current platform');
}