Constructor PosFunc
PosFunc(Func<View?, int>, View?)
Represents a position that is computed by executing a function that returns an integer position.
public PosFunc(Func<View?, int> Fn, View? View = null)
Parameters
Fn
Func<View, int>The function that computes the position. If this function throws LayoutException...
View
ViewThe Pos returned from the function based on the passed view.