XFloatContent constructor

const XFloatContent({
  1. Key? key,
  2. required Widget child,
  3. Offset? offset,
})

Implementation

const XFloatContent({Key? key, required this.child, this.offset}) : super(key: key);