LineForm constructor

LineForm({
  1. Key? key,
  2. Control? control,
})

Implementation

LineForm({Key? key, this.control}) : super(key: key);