DoubleTransform constructor

DoubleTransform({
  1. double fallback = 0.0,
})

Implementation

DoubleTransform({this.fallback = 0.0});