setAttributedTitle method
- @Deprecated("Use setStyledTitle instead")
- IOSNSAttributedString attributedTitle
Use setStyledTitle instead.
Officially Supported Platforms/Implementations:
- iOS WKWebView (Official API - UIRefreshControl.attributedTitle)
Parameters - Officially Supported Platforms/Implementations:
attributedTitle: all platforms
Use the PlatformPullToRefreshController.isMethodSupported method to check if this method is supported at runtime.
Implementation
@Deprecated("Use setStyledTitle instead")
Future<void> setAttributedTitle(IOSNSAttributedString attributedTitle) =>
platform.setAttributedTitle(attributedTitle);