TipViewLayout typedef

TipViewLayout = Positioned Function(Offset offset, Widget child, Size parentSize)

Implementation

typedef TipViewLayout = Positioned Function(
    Offset offset, Widget child, Size parentSize);