TDKSpace constructor

const TDKSpace({
  1. Key? key,
  2. int? size,
})

Implementation

const TDKSpace({Key? key, this.size}) : super(key: key);