extrasAfterOptions method

List<Widget> extrasAfterOptions(
  1. String featureId,
  2. BuildContext context
)

Widgets drawn after this feature's options. See extrasBeforeOptions.

Implementation

List<Widget> extrasAfterOptions(String featureId, BuildContext context) =>
    const [];