Sizedbox10 constructor

const Sizedbox10({
  1. Key? key,
  2. required bool isHeight,
})

Implementation

const Sizedbox10({Key? key, required this.isHeight}) : super(key: key);