topRight method

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

Implementation

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