rounded property

FxBox rounded

Implementation

FxBox get rounded =>
    this.._borderRadius = BorderRadius.circular(double.infinity);