Sizedbox5 constructor

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

Implementation

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