centerRight method

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

Implementation

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