bottomLeft method

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

Implementation

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