useTrailing method

void useTrailing(
  1. Widget builder()
)

Implementation

void useTrailing(Widget Function() builder) => trailing = builder();