UiBorder constructor

const UiBorder({
  1. Key? key,
  2. Widget? child,
})

Implementation

const UiBorder({super.key, this.child});