CustomInkWell constructor

const CustomInkWell({
  1. Key? key,
})

Implementation

const CustomInkWell({Key? key}) : super(key: key);