FFSize constructor

const FFSize(
  1. Widget? child,
  2. OnWidgetSizeChange onChange, {
  3. Key? key,
})

Implementation

const FFSize(
  Widget? child,
  this.onChange, {
  Key? key,
}) : super(key: key, child: child);