Border constructor

const Border({
  1. Key? key,
  2. Widget? child,
  3. Style? style,
  4. Style? focusedStyle,
})

Implementation

const Border({super.key, super.child, this.style, this.focusedStyle});