centerLeft method

void centerLeft([
  1. bool enable = true
])

Implementation

void centerLeft([bool enable = true]) => _updateAlignment(Alignment.centerLeft, enable);