SerializableRect.fromLTWH constructor

const SerializableRect.fromLTWH(
  1. double left,
  2. double top,
  3. double width,
  4. double height,
)

Implementation

const SerializableRect.fromLTWH(
  double left,
  double top,
  double width,
  double height,
) : super.fromLTWH(left, top, width, height);