neurons_tree_widget 0.0.1 copy "neurons_tree_widget: ^0.0.1" to clipboard
neurons_tree_widget: ^0.0.1 copied to clipboard

Widget used to represent neuron network.

NeuronsTreeWidget #

Widget used to represent neuron network.

Usage #

NeuronsTreeWidget(
    data: [
    [true, true, true, true],
    [true, true, true, false],
    [false, true, false],
    ],
    // orientation: Axis.horizontal,
    // layersSpacing = 50,
    // neuronSpacing = 20,
    // linkColor,
    // borderWidth,
    // activedNeuronColor,
    // neuronDiameter = 50,
    // linkStrokeWidth = 1,
    // linkStrokeWidthEnabled = 1.5,
)
2
likes
130
points
19
downloads

Publisher

verified publisherrafaelbarbosatec.com

Weekly Downloads

Widget used to represent neuron network.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on neurons_tree_widget