getMaterialTapTargetSize method

MaterialTapTargetSize getMaterialTapTargetSize()

Returns the materialTapTargetSize of the matched FloatingActionButton via Widget.toDiagnosticsNode

Implementation

MaterialTapTargetSize getMaterialTapTargetSize() {
  return getDiagnosticProp<MaterialTapTargetSize>('materialTapTargetSize');
}