setActionButtonShape method

Future<void> setActionButtonShape(
  1. String value
)

Implementation

Future<void> setActionButtonShape(String value) async => setValue(AppConstants.actionButtonShapeKey, value);