Sizedbox40 constructor

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

Implementation

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