XExpandedParams constructor

XExpandedParams({
  1. required int flex,
  2. required SSRWidget child,
})

Implementation

XExpandedParams({
  required this.flex,
  required this.child,
});