setAppBarTitleAlignment method

Future<void> setAppBarTitleAlignment(
  1. String value
)

Implementation

Future<void> setAppBarTitleAlignment(String value) async => setValue(AppConstants.appBarTitleAlignmentKey, value);