OnyxSdkPenArea constructor

const OnyxSdkPenArea({
  1. Key? key,
  2. int refreshDelayMs = 1000,
  3. required Widget child,
})

Implementation

const OnyxSdkPenArea({
  super.key,
  this.refreshDelayMs = 1000,
  required this.child,
});