ThumbWindow constructor Null safety

const ThumbWindow(
  1. {required int flex,
  2. Key? key}
)

Implementation

const ThumbWindow({
  required this.flex,
  Key? key,
}) : super(key: key);