WFormBorderWithData constructor
const
WFormBorderWithData({})
Implementation
const WFormBorderWithData({
super.key,
required this.name,
this.hintTextList,
this.isTransparentBackground,
required this.readOnly,
this.enableFocusBorder = true,
this.useIntrinsicHeight = false,
required this.child,
});