FloatingPosition.tr constructor

const FloatingPosition.tr(
  1. double top,
  2. double right
)

Implementation

const FloatingPosition.tr(double this.top, double this.right)
    : left = null,
      bottom = null;