Sizedbox30 constructor

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

Implementation

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