ViewLabelProperties constructor

ViewLabelProperties({
  1. bool animationEnabled = false,
  2. bool labelingEnabled = true,
})

Create a view label property with specified parameters.

Parameters:

  • animationEnabled — true to enable, false to disable the animation.
  • labelingEnabled — true to enable, false to disable the labeling.