NewFunctionSymbol constructor

const NewFunctionSymbol({
  1. Key? key,
  2. double? size,
})

Implementation

const NewFunctionSymbol({super.key, this.size});