setAlignment static method
- @Deprecated('This method will be removed in a future version. ')
- dynamic align
Set alignment.
Deprecated: This method will be removed in a future version.
Returns null
.
Implementation
@Deprecated('This method will be removed in a future version. ')
static Future<String?> setAlignment(dynamic align) async {
return null;
}