FClip constructor

const FClip({
  1. Clip value = Clip.hardEdge,
})

Implementation

const FClip({
  super.value = Clip.hardEdge,
});