setAttributedTitle method
- @Deprecated("Use setStyledTitle instead")
- IOSNSAttributedString attributedTitle
Use setStyledTitle instead.
Implementation
@Deprecated("Use setStyledTitle instead")
Future<void> setAttributedTitle(IOSNSAttributedString attributedTitle) {
throw UnimplementedError(
'setAttributedTitle is not implemented on the current platform');
}