DInkWellView constructor
const
DInkWellView({})
构造函数
Implementation
const DInkWellView({
super.key,
required this.child,
this.onPressed,
this.borderRadius = const BorderRadius.all(Radius.circular(0)),
this.splashColor = const Color(0xffeeeeee),
this.highlightColor = const Color(0xffeeeeee),
this.width,
this.height,
});