AntInputCursorStyle constructor

const AntInputCursorStyle({
  1. bool inherit = true,
  2. Color? color,
  3. double? width = 2.0,
  4. double? height,
  5. double? radius,
  6. bool opacityAnimates = false,
  7. Offset? offset,
  8. bool above = false,
})

Implementation

const AntInputCursorStyle(
    {super.inherit,
    this.color,
    this.width = 2.0,
    this.height,
    this.radius,
    this.opacityAnimates = false,
    this.offset,
    this.above = false});