ResizeableWidget constructor

const ResizeableWidget(
  1. {required ValueNotifier<BlurOptions> notifier,
  2. Key? key}
)

Initialise this object.

Implementation

const ResizeableWidget({
  required this.notifier,
  super.key,
});