SizeConstant constructor

SizeConstant({
  1. required BuildContext context,
})

Implementation

SizeConstant({
  required this.context,
});