onPrimaryFor static method

CustomColorSelectionHandle onPrimaryFor(
  1. BuildContext context
)

Implementation

static CustomColorSelectionHandle onPrimaryFor(BuildContext context) {
  return CustomColorSelectionHandle(
    context.colorScheme.onPrimary.withOpacity(0.64),
  );
}