topLeft method

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

Implementation

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