ToggleStyleProperty<T> constructor

const ToggleStyleProperty<T>(
  1. T value, {
  2. bool animationEnabled = true,
})

Implementation

const ToggleStyleProperty(
  this.value, {
  this.animationEnabled = true,
});