setAlignment method

Future<String?> setAlignment(
  1. int position
)

Implementation

Future<String?> setAlignment(int position) {
  throw UnimplementedError('setAlignment() has not been implemented');
}