IfPolicy<S, U> constructor

const IfPolicy<S, U>({
  1. bool? hovered,
  2. bool? focused,
  3. bool? touched,
  4. bool? empty,
  5. bool? full,
  6. bool? dirty,
  7. bool? edited,
  8. bool? submitted,
  9. FetchStatus? fetch,
})

Implementation

const IfPolicy({
  this.hovered,
  this.focused,
  this.touched,
  this.empty,
  this.full,
  this.dirty,
  this.edited,
  this.submitted,
  this.fetch,
});