setAlignment static method

  1. @Deprecated('This method will be removed in a future version. ')
Future<String?> setAlignment(
  1. 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;
}