bottomRight method

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

Implementation

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