of static method

Returns the current FCircularProgressStyle.

Implementation

static FCircularProgressStyle of(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<FInheritedCircularProgressStyle>()?.style ??
    context.theme.circularProgressStyle;